From: Alex Williamson Date: Thu, 27 Sep 2007 15:00:06 +0000 (-0600) Subject: [IA64] asm-offsets.s must depend on $(HDRS) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14954 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=9c37b3d0d39febbca91a708a11dca46328301894;p=xen.git [IA64] asm-offsets.s must depend on $(HDRS) Signed-off-by: Tristan Gingold --- diff --git a/xen/arch/ia64/Makefile b/xen/arch/ia64/Makefile index 7b6db2cd48..74ff78a873 100644 --- a/xen/arch/ia64/Makefile +++ b/xen/arch/ia64/Makefile @@ -29,7 +29,8 @@ $(TARGET): $(TARGET)-syms # Headers do not depend on auto-generated header, but object files do. $(ALL_OBJS): $(BASEDIR)/include/asm-ia64/asm-xsi-offsets.h -asm-offsets.s: asm-offsets.c $(BASEDIR)/include/asm-ia64/.offsets.h.stamp +asm-offsets.s: asm-offsets.c $(HDRS) \ + $(BASEDIR)/include/asm-ia64/.offsets.h.stamp $(CC) $(CFLAGS) -DGENERATE_ASM_OFFSETS -DIA64_TASK_SIZE=0 -S -o $@ $< asm-xsi-offsets.s: asm-xsi-offsets.c $(HDRS)